CCK handler titles are fairly long : "Content: Field label (field_name)"
Both label and name informations are important to let the user pick its fields, filters... : most users know their fields by the human readable label - otoh, several fields can have the same label, and two different instances of the same field can have different labels (we pick one to generate the handler title)

Those long titles are awkward in the admin summaries, though.

Attached patch lets exposed data define a 'title_short' along with the existing 'title', and uses it in admin summaries if available.
CCK would then only display 'Content: Field label' in admin summaries.

Comments

karens’s picture

+1 from me on this, those long names get really messy :)

merlinofchaos’s picture

+1 but probably 'title short' as I avoid underscores in the definitions.

yched’s picture

StatusFileSize
new1.91 KB

Sure. Rerolled with 'title short'

yched’s picture

bump ?

markus_petrux’s picture

Status: Needs review » Reviewed & tested by the community

#3 seems to work great with the patch in comment #37 of #131953: Expose additional database columns to Views (not just 'value').

:)

merlinofchaos’s picture

Status: Reviewed & tested by the community » Fixed

Committed. Sorry for the delay on this one. Things are getting lost in the queue.

yched’s picture

"Things are getting lost in the queue"
Heh, I know that feeling. Thks Earl.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.